| Overload | Description |
|---|---|
| Fraction<T> Constructor(T,T) | Initializes a new instance of Fraction<T> structure with the specified numerator and denominator. |
| Fraction<T> Constructor(T) | Initializes a new instance of Fraction<T> structure with the specified numerator and denominator. |